Click or drag to resize

RandomUtilityGetRandomIndexByProbabilities(FastRandom, Double*, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int GetRandomIndexByProbabilities(
	FastRandom random,
	double* probabilities,
	int length
)

Parameters

random  FastRandom
 
probabilities  Double*
 
length  Int32
 

Return Value

Int32
See Also