Random emerge

Hello everyone
I want to ask a question about random !
There are three location :
A ( 0 , 0 , 0 )
B ( 100 , 0 , 0 )
C ( 0 , 0 , 100 )
When I start the game , the object will emerge on A or B or C .
What should I do ?

HI!

If I understand you correctly, it may look something like this.
Use array of vectors for storing locations of start points and Random Integer in Range node for select elements in array.

Thank you very much !