If you mean randomly find the value of a cell,
=INDEX(1:65536,INT(RAND()*65536),INT(RAND()*256))
Every time a calculation is performed, this will randomly pick a different
cell in the spreadsheet.
If you want an actual selection, you'll have to use VBA. If we knew more
about the goal/purpose, might be able to provide additional help.