Or use the python node:
import c4d
import random
#Welcome to the world of Python
def main():
global Output1
random.seed(Input1)
Output1 = random.random() * 100
Create the python node, copy&paste this code, delete Input2 and feed the User Data into Input1. Output1 will give you a random number between 0 and 100 (in this case).