Documentation ¶
Overview ¶
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. Package random implements random routines
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandStringRunesFast ¶
RandStringRunesFast returns a random string of size byteCount
func RandStringRunesSlow ¶
RandStringRunesSlow returns a random string of size byteCount implementation derived from https://stackoverflow.com/questions/22892120/how-to-generate-a-random-string-of-a-fixed-length-in-go
func RandStringRunesUltraFast ¶
RandStringRunesUltraFast returns a random string of size byteCount
func RandStringRunesUltraFastBytes ¶
RandStringRunesUltraFast returns a random string of size byteCount
func RandStringRunesUltraFastBytesParallel ¶
RandStringRunesUltraFast returns a random string of size byteCount
Types ¶
This section is empty.