Jypeli  5
The simple game programming library
RandomGen Jäsenlista

Tämä on lista kaikista jäsenistä luokassa RandomGen, sisältäen kaikki perityt jäsenet.

NextAngle()RandomGenstatic
NextAngle(Angle max)RandomGenstatic
NextAngle(Angle min, Angle max)RandomGenstatic
NextBool()RandomGenstatic
NextColor()RandomGenstatic
NextColor(Color first, Color second)RandomGenstatic
NextDarkColor()RandomGenstatic
NextDirection()RandomGenstatic
NextDouble(double min, double max)RandomGenstatic
NextDoubleArray(double min, double max, int size)RandomGenstatic
NextDoubleArray(double min, double max, int size, int maxchange)RandomGenstatic
NextInt(int maxValue)RandomGenstatic
NextInt(int min, int max)RandomGenstatic
NextIntWithProbabilities(params double[] p)RandomGenstatic
NextLetter(bool upperCase=false)RandomGenstatic
NextLightColor()RandomGenstatic
NextVector(double minLength, double maxLength)RandomGenstatic
NextVector(double minX, double minY, double maxX, double maxY)RandomGenstatic
NextVector(BoundingRectangle rect, int r=0)RandomGenstatic
SelectOne< T >(params T[] choices)RandomGenstatic
SelectOne< T >(IList< T > choices)RandomGenstatic
Shuffle< T >(IList< T > list)RandomGenstatic