Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Alan (0.22 sec)

  1. doc/go1.22.html

    As of Go 1.22, <code>math/rand</code>'s top-level functions (when not explicitly seeded)
    and the Go runtime also use ChaCha8 for randomness.
    </ul>
    
    <p>
    We plan to include an API migration tool in a future release, likely Go 1.23.
    </p>
    
    <h3 id="go/version">New go/version package</h3>
    
    <p><!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. doc/asm.html

    The document is not comprehensive.
    </p>
    
    <p>
    The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail
    <a href="https://9p.io/sys/doc/asm.html">elsewhere</a>.
    If you plan to write assembly language, you should read that document although much of it is Plan 9-specific.
    The current document provides a summary of the syntax and the differences with
    what is explained in that document, and
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top