Self-paced course

Programmieren lernen mit Python

Offered by HPI-Student Team für Python

This video belongs to the openHPI course Programmieren lernen mit Python. Do you want to see more?

3.4 Zufallszahlen

Time effort: approx. 7 minutes

An error occurred while loading the video player, or it takes a long time to initialize. You can try clearing your browser cache. Please try again later and contact the helpdesk if the problem persists.

About this video


Wertebereich: Der Aufruf der Funktion random() gibt eine Zahl im Bereich von 0.0 (inklusive) und 1.0 (exklusive) zurück. Anders formuliert: 0.0 <= random() < 1.0.